From f397e61b89d7de8f7a5ab15ac7006cd2b18d1de3 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 30 Jan 2007 13:51:45 +0000 Subject: [PATCH] Added uuid to the PIF record. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendPIF.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendPIF.py b/tools/python/xen/xend/XendPIF.py index b028427863..efb65989e9 100644 --- a/tools/python/xen/xend/XendPIF.py +++ b/tools/python/xen/xend/XendPIF.py @@ -117,7 +117,8 @@ class XendPIF: return success def get_record(self): - return {'device': self.device, + return {'uuid': self.uuid, + 'device': self.device, 'MAC': self.mac, 'MTU': self.mtu, 'VLAN': self.vlan, -- 2.30.2